Returns a reference to an Axis object that describes an axis on a chart.
Syntax
object.Axis(axisID)
The Axis property syntax has these parts:
Part | Description |
object | Required. An object expression that evaluates to an object in the Applies To list. |
axisID | Required. An integer or VtChAxisId constant that identifies a specific axis. |
index | Optional. Reserved for future use. Identifies the specific axis when there is more than one axis with the same axisID. |
Remarks
Three axes are available: x, y, and z. The z axis is visible only when the chart is a 3D chart.